Fix delegated_access example project and support Zone URL#94
Closed
Fix delegated_access example project and support Zone URL#94
Conversation
Larry-Osakwe
added a commit
that referenced
this pull request
Apr 6, 2026
…er README Incorporates improvements from Sean's PR #94: - Support KEYCARD_ZONE_URL in addition to KEYCARD_ZONE_ID - Remove hardcoded fallback values for credentials - Streamline README install/run steps - Add note for local SDK development workflow
3 tasks
Author
|
Closing in favour of #93 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I had trouble running the
delefated_accessexample project where I was getting dependency errors:This remove the local [tool.uv.sources] override in pyproject.toml so the example resolves keycardai-mcp-fastmcp from the published package by default (with docs on how to run against local source via the workspace).
Also tweaks the environment variable handling to support
KEYCARD_ZONE_URLin addition toKEYCARD_ZONE_IDusing the default env var handling from the library.